<H4> Update Time 03/13/11---18:09:10 </H4>
<HR>
<A NAME="Information">
<H2>Information from source codes</H2>
</A>
<PRE>
../src/pvmStart.c:
</PRE>
<HR>
<A NAME="include">
<H2>PVM.h</H2>
</A>
<PRE>
#ifndef PVM_H
#define PVM_H

#ifdef PVM

/* prototype begin */
#include <stdio.h>
#include <pvm3.h>
extern int* pvmServerStart(char* cmd, char* argv[], FILE* fpt, int* nTask, int mode);
extern void pvmServerStartError(int numTask, int* tids, int nTask);
/* prototype end */

#endif /* PVM */

#endif /* PVM_H */
</PRE>
